HTML/URL Encode
HTML Encode inserts the following into the open document:
<% Server.HTMLEncode ("") %>
If you already have text highlighted, your highlighted text will appear between the double-quotes.

URL Encode inserts the following into the open document:
<% Server.URLEncode ("") %>
If you already have text highlighted, your highlighted text will appear between the double-quotes.